.newcomer-dialog{
  position:relative;
  width:100%;
  height:100%;
  display: block;;
}

.newcomer-pop-main{
  position:fixed;
  left:50%;
  top:50%;
  margin-left:-352px;
  margin-top:-370px;
  width:704px;
  height:660px;
  background:#000;
  z-index:9999;
  background:url('/static/home/images/common/img_libaodiceng@2x.png') no-repeat;
  background-size:704px 494px;
}
.look-btn{
  display: block;
  width: 80px;
  height: 30px;
  background: #FFDC98;
  border-radius: 4px;
  position: absolute;
  right: 95px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A11F1D;
  line-height: 30px;
  text-align: center;
  bottom: 50px;
  cursor: pointer;
}
.look-btn:hover{
  color:#A11F1D;
}
.newcomer-bg{
  width: 524px;
  height: 139px;
  position: absolute;
  z-index: 99;
  margin-left: -28px;
  bottom: 0px;

}

.newcomer-pop{
  width:520px;
  height:568px;
  margin: 0 auto;
 position:relative;
}

.newcomer-pop ul::-webkit-scrollbar{
  width:4px;
  height:4px;
  background-color: #feebb9;
  border-radius:4px;
}
.newcomer-pop ul::-webkit-scrollbar-track{
  background: #feebb9;
  border-radius:4px;
}
.newcomer-pop ul::-webkit-scrollbar-thumb{
  background: #D4975A;
  border-radius:4px;
}
.newcomer-pop ul::-webkit-scrollbar-thumb:hover{
  background: #D4975A;
}
.newcomer-pop ul::-webkit-scrollbar-corner{
  background: #D4975A;
}
.newcomer-pop ul{
  position:absolute;
  top:90px;
  width:466px;
  height:400px;
  overflow-y:auto;
  overflow-x:hidden;
  left: 10px;
}
.newcomer-pop ul li:last-child{
  margin-bottom: 76px;
}
.newcomer-pop ul li{
  width:470px;
  height:113px;
  background:url('/static/home/images/common/img_quanbg@2x.png');
  background-size:470px 113px;
  margin-bottom:10px;
  transition: all .3s;
  transform: scale(0.92);
  margin-left: 4px;
}
.newcomer-pop ul li:hover{
  transform: scale(0.92) translateX(-10px);
}
.newcomer-pop ul li .price-box{
  float:left;
  width:141px;
  height:113px;
  padding:17px 10px;
  box-sizing:border-box;
}
.newcomer-pop ul li .price-box .price{
  width:120px;
  height:52px;
  overflow:hidden;
  font-size: 40px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #999999;
  line-height: 50px;
  background: linear-gradient(188deg, #ED7B56 0%, #ffa009 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.newcomer-pop ul li .price-box .price em{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #999999;
    line-height: 28px;
    background: linear-gradient(188deg, #ED7B56 0%, #ffa009 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.newcomer-pop ul li .price-box p{
  width:50px;
  margin:0 auto;
  line-height:18px;
  height: 18px;
  background: linear-gradient(90deg, #ED7B56 0%, #ffa009 100%);
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align:center;
}
.newcomer-pop ul li .rule{
  float:left;
  width:328px;
  height:113px;
  padding:20px 15px 20px 34px;
  box-sizing:border-box;
}
.newcomer-pop ul li .rule .rule-left{
  float:left;
  width: 200px;
  overflow: hidden;
}
.newcomer-pop ul li .rule .rule-left p{
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newcomer-pop ul li .rule .rule-left p:nth-child(1){
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.newcomer-pop ul li .rule .rule-left p:nth-child(2){
  height: 17px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  margin-top:6px;
}
.newcomer-pop ul li .rule .rule-left p:nth-child(3){

  height: 17px;
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 17px;
margin-top:6px;
}

.newcomer-pop ul li .rule .rule-right{
  float:right;
}
.newcomer-pop ul li .rule .rule-right button{
  border:none;
  width: 69px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #ffa009;
  color:#ffa009;
  height: 30px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  margin-top:22px;
  background:#fff;
}
.newcomer-pop ul li .rule .rule-right button:hover{
background: linear-gradient(187deg, #ED7B56 0%, #ffa009 100%);
box-shadow: 0px 4px 30px 0px #E66739;
border-radius: 15px;
color:#fff
}
.newcomer-pop-main .close-btn{
  position:absolute;
  bottom:14px;
  left:0;
  right:0;
  margin:0 auto;
  width: 44px;
  height: 44px;
  background:url('/static/home/images/common/icon_guanbi@2x.png');
  background-size:44px 44px;
  cursor:pointer;
}




/* public */
.coupon-dialog{
  position:relative;
  width:100%;
  height:100%;
  display: none;;
}
.dialog-mask,.newcomer-dialog{
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,.5);
  z-index:999;
}




.coupon-pop-main{
  position:fixed;
  left:50%;
  top:50%;
  margin-left:-357px;
  margin-top:-510px;
  width:715px;
  height:880px;
  background:#000;
  z-index:9999;
  background:url('/static/home/images/common/coupon-bg.png');
  background-size:715px 880px;
}

.coupon-pop{
  width:520px;
  height:450px;
  margin-left:98px;
  margin-top:340px;
  position:relative;
}

.coupon-pop-main .coupon-pop .city-chooose{
  position: absolute;
  left: 25px;
  top: -12px;
  width: 112px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 10px 14px;
  box-sizing: border-box;
  cursor: pointer;
}

.coupon-pop-main .coupon-pop .city-chooose::after{
  position: absolute;
  top: 17px;
  content: "";
  right: 14px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #999999;
}

.coupon-pop-main .coupon-pop .city-chooose .ico{
  width: 17px;
  height: 20px;
  margin-right: 8px;
}

.coupon-pop-main .coupon-pop .city-chooose .place{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.coupon-pop-main .coupon-pop .city-chooose .assist{
  width: 100%;
  height: 20px;
  background: transparent;
  position: absolute;
  top: 30px;
  left: 0;
}
.coupon-pop-main .coupon-pop .city-chooose:hover .city-list{
  display: block;
}

.coupon-pop-main .coupon-pop .city-chooose .city-list{
  width: 255px;
  padding: 17px 10px 20px 11px;
  background: #ffffff;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 999;
  box-shadow: 0px 4px 12px 0px rgba(197, 197, 197, 0.5);
  border-radius: 4px;
  display: none;
}

.coupon-pop-main .coupon-pop .city-chooose .city-list span{
  width: 50px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  background: #ffffff;
  border-radius: 2px;
  margin: 0 5px;
  margin-top: 5px;
}

.coupon-pop-main .coupon-pop .city-chooose .city-list span:hover{
  cursor: pointer;
  background: #04ce9b;
  color: #ffffff !important;
}

.coupon-pop ul::-webkit-scrollbar{
  width:6px;
  height:6px;
  background-color: #ffa009;
  border-radius:6px;
}
.coupon-pop ul::-webkit-scrollbar-track{
  background: #ffa009;
  border-radius:6px;
}
.coupon-pop ul::-webkit-scrollbar-thumb{
  background: #B84B1F;
  border-radius:6px;
}
.coupon-pop ul::-webkit-scrollbar-thumb:hover{
  background: #B84B1F;
}
.coupon-pop ul::-webkit-scrollbar-corner{
  background: #B84B1F;
}
.coupon-pop ul::-webkit-scrollbar-track-piece {
  background: #ea703f;
}
.coupon-pop ul{
  position:absolute;
  bottom:36px;
  width:500px;
  height:360px;
  margin:0 auto;
  overflow-y:auto;
  overflow-x:hidden;
  left: 0;
  right: 0
}
.coupon-pop ul li{
  width:470px;
  height:113px;
  margin:0 auto;
  background:url('/static/home/images/common/img_quanbg@2x.png');
  background-size:470px 113px;
  margin-bottom:10px;
  transition: all .3s;
}
.coupon-pop ul li:hover{
  box-shadow: 0px 4px 30px 0px #D6562D;
  transform: translateX(-10px);
}
.coupon-pop ul li .price-box{
  float:left;
  width:141px;
  height:113px;
  padding:17px 10px;
  box-sizing:border-box;
}
.coupon-pop ul li .price-box .price{
  width:132px;
  height:52px;
  overflow:hidden;
  font-size: 40px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #999999;
  line-height: 50px;
  background: linear-gradient(188deg, #ED7B56 0%, #ffa009 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.coupon-pop ul li .price-box .price em{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #999999;
    line-height: 28px;
    background: linear-gradient(188deg, #ED7B56 0%, #ffa009 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.coupon-pop ul li .price-box p{
  width:50px;
  margin:0 auto;
  line-height:18px;
  height: 18px;
  background: linear-gradient(90deg, #ED7B56 0%, #ffa009 100%);
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align:center;
}
.coupon-pop ul li .rule{
  float:left;
  width:328px;
  height:113px;
  padding:20px 15px 20px 34px;
  box-sizing:border-box;
}
.coupon-pop ul li .rule .rule-left{
  float:left;
  width: 200px;
  overflow: hidden;
}
.coupon-pop ul li .rule .rule-left p{
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon-pop ul li .rule .rule-left p:nth-child(1){
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.coupon-pop ul li .rule .rule-left p:nth-child(2){
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  margin-top:6px;
}
.coupon-pop ul li .rule .rule-left p:nth-child(3){

  height: 17px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 17px;
margin-top:6px;
}

.coupon-pop ul li .rule .rule-right{
  float:right;
}
.coupon-pop ul li .rule  .rule-right button{
  border:none;
  width: 69px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #ffa009;
  color:#ffa009;
  height: 30px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  margin-top:22px;
  background:#fff;
}
.coupon-pop ul li .rule .rule-right button:hover{
background: linear-gradient(187deg, #ED7B56 0%, #ffa009 100%);
box-shadow: 0px 4px 30px 0px #E66739;
border-radius: 15px;
color:#fff
}
.coupon-pop-main .close-btn{
  position:absolute;
  bottom:14px;
  left:0;
  right:0;
  margin:0 auto;
  width: 44px;
  height: 44px;
  background:url('/static/home/images/common/icon_guanbi@2x.png');
  background-size:44px 44px;
  cursor:pointer;
}


@media (min-width: 1024px){
  .coupon-pop-main,
  .newcomer-pop-main{
    transform:scale(0.8);
    -ms-transform:scale(0.8); /* IE 9 */
    -moz-transform:scale(0.8); /* Firefox */
    -webkit-transform:scale(0.8); /* Safari 和 Chrome */
  }
  
  @media (min-width: 1100px) {
    .coupon-pop-main,
    .newcomer-pop-main{
      transform:scale(0.8);
    -ms-transform:scale(0.8); /* IE 9 */
    -moz-transform:scale(0.8); /* Firefox */
    -webkit-transform:scale(0.8); /* Safari 和 Chrome */
    }
  } /*>=1100的设备*/
  @media (min-width: 1280px) {
    .coupon-pop-main,
    .newcomer-pop-main{
      transform:scale(0.8);
      -ms-transform:scale(0.8); /* IE 9 */
      -moz-transform:scale(0.8); /* Firefox */
      -webkit-transform:scale(0.8); /* Safari 和 Chrome */
    }
  } /*>=1280的设备*/
  
  @media (min-width: 1366px) {
    .coupon-pop-main,
    .newcomer-pop-main{
      transform:scale(0.8);
      -ms-transform:scale(0.8); /* IE 9 */
      -moz-transform:scale(0.8); /* Firefox */
      -webkit-transform:scale(0.8); /* Safari 和 Chrome */
    }
  }
  
  @media (min-width: 1440px) {
    .coupon-pop-main,
    .newcomer-pop-main{
      transform:scale(0.8);
      -ms-transform:scale(0.8); /* IE 9 */
      -moz-transform:scale(0.8); /* Firefox */
      -webkit-transform:scale(0.8); /* Safari 和 Chrome */
    }
  }
  
  @media (min-width: 1680px) {
    .coupon-pop-main,
    .newcomer-pop-main{
      transform:scale(0.9);
      -ms-transform:scale(0.9); /* IE 9 */
      -moz-transform:scale(0.9); /* Firefox */
      -webkit-transform:scale(0.9); /* Safari 和 Chrome */
    }
  }
